home *** CD-ROM | disk | FTP | other *** search
- object frmComment: TfrmComment
- Left = 321
- Top = 231
- BorderStyle = bsDialog
- Caption = 'frmComment'
- ClientHeight = 300
- ClientWidth = 510
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object reComment: TRichEdit
- Left = 4
- Top = 4
- Width = 503
- Height = 259
- Anchors = [akLeft, akTop, akRight, akBottom]
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btnClose: TButton
- Left = 290
- Top = 270
- Width = 129
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'btnClose'
- Default = True
- TabOrder = 1
- OnClick = btnCloseClick
- end
- object btnClear: TButton
- Left = 94
- Top = 270
- Width = 81
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'btnClear'
- TabOrder = 2
- OnClick = btnClearClick
- end
- object btnInsert: TButton
- Left = 4
- Top = 270
- Width = 83
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'btnInsert'
- TabOrder = 3
- OnClick = btnInsertClick
- end
- object btnCancel: TButton
- Left = 426
- Top = 270
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 4
- OnClick = btnCancelClick
- end
- object odTextfiles: TOpenDialog
- Filter = '|*.txt'
- Left = 8
- Top = 272
- end
- end
-